home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.field_descr.text_description = "";
- eval("_root.l3.content.field_" + _root.field_select).gotoAndStop(1);
- gotoAndStop(2);
- _root.field_select = int(String(this).slice(25,String(this).length));
- if(description != null)
- {
- _root.field_descr.text_description = description;
- }
- _root.SelectedItem = id;
- if(_root.dc._currentframe == 1)
- {
- _root.dc.gotoAndPlay(2);
- }
- else
- {
- trace("doble click");
- getURL("javascript:showItem(\'" + id + "\')","");
- }
- }
-